YouTube에서 Shorts 동영상의 조회수를 집계하는 방식에 맞게 Data API를 업데이트하고 있습니다.
자세히 알아보기
할당량 계산기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
다음 표에는 각 API 메서드를 호출할 때의 할당량 비용이 나와 있습니다. 잘못된 요청을 포함한 모든 API 요청에는 1포인트 이상의 할당량 비용이 발생합니다.
YouTube Data API를 사용 설정한 프로젝트의 기본 할당량은 일일 10,000단위로, 이는 대부분의 API 사용자에게 충분한 양입니다. Google API 콘솔의 할당량 페이지에서 할당량 사용량을 확인할 수 있습니다. 일일 할당량은 태평양 표준시(PT) 자정에 재설정됩니다.
다음 두 가지 사항은 모두 할당량 사용량에 영향을 미치므로 유의해야 합니다.
- 애플리케이션이 여러 페이지의 결과를 반환하는 메서드(예:
search.list
)를 호출하는 경우 결과 페이지를 추가로 검색하는 각 요청에 예상 할당량 비용이 발생합니다.
-
YouTube Live Streaming API 메서드는 기술적으로 YouTube Data API의 일부이며 이러한 메서드를 호출할 때도 할당량 비용이 발생합니다. 따라서 라이브 스트리밍을 위한 API 메서드도 표에 나와 있습니다.
할당량 비용 |
활동 |
list |
1 |
자막 |
list |
50 |
|
insert |
400 |
|
update |
450 |
|
delete |
50 |
channelBanners |
insert |
50 |
채널 |
list |
1 |
|
update |
50 |
channelSections |
list |
1 |
|
insert |
50 |
|
update |
50 |
|
delete |
50 |
|
list |
1 |
|
insert |
50 |
|
update |
50 |
|
setModerationStatus |
50 |
|
delete |
50 |
|
list |
1 |
|
insert |
50 |
|
update |
50 |
guideCategories |
list |
1 |
i18nLanguages |
list |
1 |
i18nRegions |
list |
1 |
멤버 |
list |
1 |
membershipsLevels |
list |
1 |
playlistItems |
list |
1 |
|
insert |
50 |
|
update |
50 |
|
delete |
50 |
재생목록 |
list |
1 |
|
insert |
50 |
|
update |
50 |
|
delete |
50 |
검색 |
list |
100 |
구독 |
list |
1 |
|
insert |
50 |
|
delete |
50 |
미리보기 이미지 |
set |
50 |
videoAbuseReportReasons |
list |
1 |
videoCategories |
list |
1 |
동영상 |
list |
1 |
|
insert |
1600 |
|
update |
50 |
|
요금 |
50 |
|
getRating |
1 |
|
reportAbuse |
50 |
|
delete |
50 |
워터마크 |
set |
50 |
|
unset |
50 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-05-13(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-05-13(UTC)"],[[["Every API request, even if invalid, will cost at least one quota point."],["Retrieving multiple pages of results from a single method call, like `search.list`, incurs the quota cost for each additional page request."],["Methods from the YouTube Live Streaming API, being part of the YouTube Data API, will incur the same quota costs as other methods."],["The table shows that methods like `videos.insert` have the highest cost of 1600 points, while several methods, such as `activities.list`, have the minimal cost of 1 point."],["There are numerous methods that cost 50 points such as `captions.delete`, `channels.update`, `comment.delete` and others."]]],["API requests have quota costs, with a minimum of one point per request, even if invalid. Retrieving multiple result pages from methods like `search.list` costs quota for each page. Live Streaming API methods, part of the YouTube Data API, also incur costs. Quota costs vary by resource and method, ranging from 1 for actions such as `list` to 1600 for actions like `videos insert`. Methods like `insert`, `update`, and `delete` typically cost more.\n"]]